Vcenter NamespaceManagement Supervisors Metrics RemoteEndpoints UpdateSpec
The Vcenter NamespaceManagement Supervisors Metrics RemoteEndpoints UpdateSpec schema contains the specification required to update the configuration of a remote endpoint configured with the Supervisor.
This schema was added in vSphere API 9.0.0.0.
{
"name": "string",
"interval": 0,
"remote_endpoint_type": "string",
"http_remote_endpoint": {
"url": "string",
"tls_client_config": {
"certificate_authority_chain": "string",
"client_certificate": "string",
"client_private_key": "string"
},
"http_headers": [
{
"name": "string",
"value": "string"
}
]
}
}
A display name to be used for the given remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, remote endpoint name will not be modified.
The frequency, in seconds, at which the Supervisor sends metrics to the remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, interval will not be modified.
Describes the type of remote endpoint.
For more information see: Vcenter NamespaceManagement Supervisors Metrics RemoteEndpointType.
This property was added in vSphere API 9.0.0.0.
If missing or null
, remote endpoint configuration will not be modified.
Defines the HTTP or HTTPS remote endpoint configuration for Supervisor to send metrics.
This property was added in vSphere API 9.0.0.0.
If missing or null
, remote endpoint configuration will not be modified.